_gdk_wayland_display_update_serial (display_wayland, serial);
- seat->pointer_info.focus = wl_surface_get_user_data(surface);
- g_object_ref(seat->pointer_info.focus);
+ seat->pointer_info.focus = wl_surface_get_user_data (surface);
+ g_object_ref (seat->pointer_info.focus);
seat->pointer_info.button_modifiers = 0;
* seat->keyboard_focus here, which would happen if we destroyed the
* window before loosing keyboard focus.
*/
-
stop_key_repeat (seat);
_gdk_wayland_display_update_serial (display, serial);
}
if (tablet->axes)
- g_free(tablet->axes);
+ g_free (tablet->axes);
tablet->axes =
g_new0 (gdouble, gdk_device_get_n_axes (tablet->current_device));